home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
doc
/
www_talk.arc
/
000238_timbl _Thu Oct 15 15:23:13 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1992-11-30
|
2KB
Return-Path: <timbl>
Received: by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA08796; Thu, 15 Oct 92 15:23:13 MET
Date: Thu, 15 Oct 92 15:23:13 MET
From: timbl (Tim Berners-Lee)
Message-Id: <9210151423.AA08796@ nxoc01.cern.ch >
Received: by NeXT Mailer (1.62)
To: Jim Davis <davis@dri.cornell.edu>
Subject: Re: page break in HTML
Cc: www-bug@nxoc01.cern.ch, wei@xcf.berkeley.edu, www-talk@nxoc01.cern.ch
> From: Jim Davis <davis@dri.cornell.edu>
> I would like to be able to keep multiple topics in a single file
> (cross referenced by anchors of course) and also guarentee that the
> user does not see material from the next subject. I use Viola with
> WWW, and it's distracting to see irrelevant material on the same
page
> of the window.
Do you really need them in a single document? Within a document, the
user metaphor is a scrollable area. The user often has a choice of
window size on that area. It is unwise to make assumptions about
that.
I think you are looking for page jumps, and so logically what you
wnat is a set of documents. Now you could of course store these in
one file and write a little server script which would extract the
documents from the file. (Note distinction between "document" = unit
of data carried over the net per fetch, and "file" which is a concept
local to the server.
This is what Mike Sendall has done with his STING glossary, for
example (I think).
It would also be neat for mailbox files.
Tim BL